/* 字体调用 */
*{
    font-family: 'yrdzstmedium';
}
/* body{
    background-image: url("../img/index/backgourd/Dawnbringer-Riven-Nightbringer-Yasuo-Combined-Splash-Art-HD-Wallpaper-Artwork-League-of-Legends-2-1.jpg");
    /* background-position: center; */
    /* background-repeat: no-repeat; */
/* }  */
/* 顶部导航通栏 */
/* 整体宽高控制， 底部边框， 整体行内flex布局， 主轴分散对齐， 背景渐变色*/
#Top{
    width: 100%;
    height: 3rem;
    border-bottom: 0.1rem solid rgb(193, 38, 207);
    display: inline-flex;
    justify-content: space-between;
    background: -webkit-linear-gradient(left,rgba(67,198,172,0.2),rgba(248,255,174,0.6)); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(67,198,172,0.2),rgba(248,255,174,0.6)); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(67,198,172,0.2),rgba(248,255,174,0.6)); /* Firefox 3.6 to 15 */
    background: linear-gradient(to right,  rgba(67,198,172,0.2),rgba(205, 211, 142, 0.6)); /* 标准语法 */
}
/* 控制左边侧DIV行高 */
#Top #Top-left{
    height: 100%;
}
/* 控制左侧图片大小 */
#Top #Top-left ul li img{
    width: 3rem;
    height: 100%;
    padding: 0;
}
/* 左ul伸缩布局，副轴居中, 文字水平居中， 行高解决高度塌陷 */
#Top #Top-left ul{
    display:flex;
    align-items: center;
    text-align: center;
    line-height: 3rem;
}
/* 左半部分a标签 字体颜色*/
#Top #Top-left ul a{
    color: #e44373;
}
/* 字体动画声明 */
@keyframes ran {
    from {
        backgroud-position: 0 0;
    }
    to {
        background-position: 200rem 0;
    }
}
/* li标签 行高, 右内边距， 右边框 */
#Top #Top-left ul li{
    height: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border-right: 0.1rem solid #e639ac;
    /*  #45b3a0 */
}
/* 一言 */
#yiyan {
    color: #2792C3;
    padding-top: 0.5rem;
    text-align: center;
    /* position: absolute; */
    /* top: 0.2rem; */
    /* left: 50%; */
}
/* 右ul伸缩布局，副轴居中, 文字水平居中， 行高解决高度塌陷 */
#Top #Top-right ul{
    display:flex;
    align-items: center;
    text-align: center;
    line-height: 3rem;
}
/* li标签 行高, 左内边距， 左边框, 右半部分a标签 字体颜色*/
#Top #Top-right ul li{
    height: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border-left: 0.1rem solid #cccccc;
    color: #e44373;
}
/* 控制右侧图片大小 */
#Top #Top-right ul li img{
    width: 3rem;
    height: 100%;
}
/* 右侧图片鼠标悬浮盒子定位 相对定位 */
#Top #Top-right{
    position: relative;
}
/* 约束盒子大小， 绝对定位 */
#Top #Top-right div:last-child{
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: 3.2rem;
    right: 0;
}
/* 控制鼠标进入的图片大小 */
#Top #Top-right div img{
    height: 100%;
    width: 100%;
    display: none;
}
/* 展开盒子 定义宽高，边框阴影， 绝对定位， 默认隐藏 */
#Top #Top-right #new-date{
    width: 70rem;
    height: 15rem;
    border: 0.1rem solid #cccccc;
    box-shadow: -0.2rem 0.2rem #cccccc;
    position: absolute;
    top: 3rem;
    right: 0;
    display: none;
}
/* 表格 */
#Top #Top-right #new-date table{
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
}
#Top #Top-right #new-date table th{
    width: 300rem;
    height: 7.5rem;
}
#Top #Top-right #new-date table th:first-child{
    width: 5rem;
}
/* 侧边导航Main 宽高定义， 背景， 绝对定位， 默认定位页面外左， 伸缩布局， 主轴竖向*/
#Main #Main-left{
    background-color: red;
    height: 90%;
    width: 18rem;
    position: absolute;
    left: -18rem;
    display: flex;
    flex-direction: column;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
#Main main{
    display:flex;
    justify-content:center;
    align-items: center;
}
/* 搜索盒子*/
#Main main .search_box{
    width: 46.0rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 36%;
    margin-top: -6.3rem;
    margin-left: -23rem;
    display: none;
}
/* 搜索图片 */
#Main main .search_box form a img{
    width: 46rem;
    height: auto;
    /* 宽高比3.68； */
}
/* 搜索input*/
#Main main .search_box form .input{
    position: relative;
    width: 64rem;
    height: 4.5rem;
    top: 3rem;
    left: -10rem;
    /* background-color: yellowgreen; */
    /* border: #cccccc solid 0.1rem; */
    /* border-radius: 6rem; */
    /* box-shadow: 0.3rem 0.3rem #cccccc; */
    padding: 0.5rem 0.8rem;
    line-height: 4.5rem;
}
/* 秘迹搜 输入框 */
#Main main .search_box form .input input{
    width: 100%;
    height: 100%;
    border: #cccccc solid 0.1rem;
    border-radius: 3rem;
    box-shadow: 0.3rem 0.3rem #cccccc;
    background-color: rgba(0, 0, 255, 0.123);
    padding: 0.5rem 2.2rem;
    font-size: 2rem;
    outline:none;
}
/* 秘迹搜按钮 */
#Main main .search_box form .input button{
    border: 0;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 1.2rem;
}
/* 清除按钮 */
#Main main .search_box form .input :nth-child(2){
    background: url(../img/index/svg/叉b.svg) no-repeat center center;
    background-size: 2rem 2rem;
    /* border-radius: 3rem; */
    right: 2rem;
    display: none;
}
/* 搜索按钮 */
#Main main .search_box form .input :nth-child(3){
    background: url(../img/index/svg/search.svg) no-repeat center center;
    background-size: 2rem 2rem;
    right: -3rem;
}
/* Bing大盒子 */
#Main main #bing{
    width: 46.0rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 36%;
    margin-top: -6.3rem;
    margin-left: -23rem;
    /* display: none; */
}
/* Bing图片 */
#Main main #bing form a img{
    position: relative;
    top: -3rem;
    left: 7rem;
    width: 17rem;
    height: auto;
    /* 宽高比3.68； */
}
/* Bing文字 */
#Main main #bing span{
    position: absolute;
    top: -2rem;
    left: 60%;
    font-size: 14rem;
    color: aqua;
}
/* Binginput*/
#Main main #bing form .input{
    position: relative;
    width: 64rem;
    height: 4.5rem;
    top: 3rem;
    left: -10rem;
    /* background-color: yellowgreen; */
    /* border: #cccccc solid 0.1rem; */
    /* border-radius: 6rem; */
    /* box-shadow: 0.3rem 0.3rem #cccccc; */
    padding: 0.5rem 0.8rem;
    line-height: 4.5rem;
}
/* bing输入框 */
#Main main #bing form .input input{
    width: 100%;
    height: 100%;
    border: #cccccc solid 0.1rem;
    border-radius: 3rem;
    box-shadow: 0.3rem 0.3rem #cccccc;
    background-color: rgba(0, 0, 255, 0.123);
    padding: 0.5rem 2.2rem;
    font-size: 2rem;
    outline:none;
}
/* bing按钮 */
#Main main #bing form .input button{
    border: 0;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 1.2rem;
}
/* 清除按钮 */
#Main main #bing form .input :nth-child(2){
    background: url(../img/index/svg/叉b.svg) no-repeat center center;
    background-size: 2rem 2rem;
    /* border-radius: 3rem; */
    right: 2rem;
    display: none;
}
/* 搜索按钮 */
#Main main #bing form .input :nth-child(3){
    background: url(../img/index/svg/search.svg) no-repeat center center;
    background-size: 2rem 2rem;
    right: -3rem;
}
#Main{
    position: relative;
    top: 20rem;
}
#wei{
    position: absolute;
    width: 50rem;
    top: 25rem;
    left: 50%;
    margin-left: -22rem;
    text-align: center;
}
